home *** CD-ROM | disk | FTP | other *** search
/ Midnite Mess 3 / Midnite Mess - Issue 3 (1994-03-19)(Dark Demon)(Disk 1 of 2).adf / InstallMM < prev    next >
Text File  |  1994-03-17  |  1KB  |  38 lines

  1. echo "*ec*e[1m*e[32mWelome to the Midnite Mess Installer*n"
  2. echo "*e[0m*e[31mKlick to this Icon and drop it in the Drawer"
  3. echo "where You want to have Midnite Mess. Then start"
  4. echo "it again from there!!*n"
  5. ask "*e[3mDo ypu want to istall MM2 to THIS drawer? *e[0m"
  6. if warn
  7.   failat 100
  8.   assign XY: ""
  9.  
  10.   echo "Installing Program..."
  11.   copy "Midnite Mess #3 Disk A:MM" TO XY:
  12.   copy "Midnite Mess #3 Disk A:MM.info" TO XY:
  13.  
  14.   echo "Installing Intro..."
  15.   copy "Midnite Mess #3 Disk A:MMIntro3" TO XY:
  16.   copy "Midnite Mess #3 Disk A:MMIntro3.info" TO XY:
  17.  
  18.   echo "Installing Data from Disk A..."
  19.   copy "Midnite Mess #3 Disk A:MidniteMess" TO XY: ALL QUIET
  20.  
  21.   echo "Installing AssignMM..."
  22.   echo >XY:AssignMM3 "assign *"Midnite Mess #3 Disk A:*" *"*"*nassign *"Midnite Mess #3 Disk B:*" *"*""
  23.   copy "Midnite Mess #3 Disk A:InstallMM.info" TO XY:AssignMM3.info
  24.  
  25.   if not exists libs:powerpacker.library
  26.     echo "Installing powerpacker.library"
  27.     copy "Midnite Mess #3 Disk A:libs/powerpacker.library" TO libs:
  28.   endif
  29.  
  30.   echo "Installing Data from Disk B..."
  31.   copy "Midnite Mess #3 Disk B:MidniteMess" TO XY: ALL QUIET
  32.  
  33.   delete XY:InstallMM
  34.   delete XY:InstallMM.info
  35.  
  36. endif
  37. echo "Done...."
  38.